ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / UpcBaseTagHelper<TControl> Class / AddOnLabelPosition Property

In This Topic
    AddOnLabelPosition Property (UpcBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.UpcBase.AddOnLabelPosition. Sets where to render the addOn value of the control.
    Syntax
    'Declaration
     
    Public Overridable Property AddOnLabelPosition As LabelPosition
    public virtual LabelPosition AddOnLabelPosition {get; set;}
    See Also